Logo 
Search:

Search

 
Search:    
 

Resource TypePosted On
What's new in the .NET 2.0 class library?Oct 25
By default, the members of a class areJun 01
Identify all the members of the following class xyz:Jun 16
Which class does define the member function put()?Oct 13
which class members does the derived class inherit from base class? select...Sep 27
If a class contains the objects of another class as its members, then it is know...Dec 19
Consider a class X, which includes a virtual function called X_output.Feb 16
Which OOP feature can be enabled by using private declaration for the class...Feb 20
Which of the following will assign the value to the class member variable num? v...Jul 15
What are the new features in C# 2.0?Aug 28
What's new in C# 3.0?Nov 26
What are the new features of .NET 2.0?Mar 25
What are the new 2.0 features useful for?Jan 31
What is the general format of calling a static member function using a class...Nov 02
Which functions can have access to the private and protected members of a class?Dec 02
Assume that there is no logic error. Identify if there is any declaration error:...Mar 03
Are all methods virtual in C#?Nov 25
Should I make my destructor virtual?Sep 24
XmlSerializer is throwing a generic "There was an error reflecting MyClass" erro...Dec 11
Why am I getting an InvalidOperationException when I serialize an ArrayList?Dec 13
Identify the error, if any: char str_name ‘a‘;Nov 21
Find if the following function prototype contains any error: double area(int ) Dec 02
Identify if any error in the following code segmentJan 04
Define a namespace called ‘samplespace’, which includes a member variable,namely...Dec 15
Which of the following does a derived class inherit from a base class?Sep 18
Which is true, if a derived class is publicly inherited from base class?Sep 19
The default constructor for class A is - select optionSep 30
Which of the following is true about new operator?Oct 16
The declaration of a class includes which optionMar 14
Does C# have its own class library?Feb 09
How do I declare a pure virtual function in C#?Jan 01
Can I call a virtual method from a constructor/destructor?Sep 08
Which of the following is NOT true about pure virtual function?Mar 20
C++ supports a mechanism virtual function to achieve. select optionDec 13
Which of the following is NOT true about virtual functions?Aug 13
Identify the error, if any: double avg=tot/n; in this statementFeb 15
Why do I get errors when I try to serialize a Hashtable?Dec 03
Which error occur due to poor understanding of the language? - Select optionDec 13
What will happen if an error is not handled? - Select optionNov 21
What will be the output of the code mentioned in description if there is no comp...Jul 07
Mentioned code will not compile. Identify which line should be changed to fix th...Oct 27
Which statement(s) is true about the visibility of inherited members? Select...Oct 13
Which of the following is not true about static member variable?Jul 25
Which of the following is not a member-dereferencing operator?Nov 15
How will you assign value ‘5’ to the variable ‘x’ inside a member function using...Aug 11
Which of the following is not true about member functions?Jul 28
Is a C# interface the same as a C++ abstract class?Jan 06
Does the System.Exception class have any cool features?Nov 25
How can I make sure my C# classes will interoperate with other .NET languages?Sep 28
Is it true that all C# types derive from a common base class?Nov 04